Skip to content

Add IDL code for fround instruction #896

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Jul 16, 2025

Conversation

ShashankVM
Copy link
Collaborator

This PR adds IDL code for fround instruction in Zfa folder.

Remove duplicated lines that got added by mistake

Signed-off-by: Shashank V M <svivekan@qti.qualcomm.com>
Signed-off-by: Shashank V M <svivekan@qti.qualcomm.com>
Copy link

codecov bot commented Jul 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 43.30%. Comparing base (be0871b) to head (b618724).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #896   +/-   ##
=======================================
  Coverage   43.30%   43.30%           
=======================================
  Files          10       10           
  Lines        4787     4787           
  Branches     1298     1298           
=======================================
  Hits         2073     2073           
  Misses       2714     2714           
Flag Coverage Δ
idlc 43.30% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ShashankVM ShashankVM enabled auto-merge July 13, 2025 15:54
@ThinkOpenly
Copy link
Collaborator

Where did the code come from? Do we need copyright attribution?

@ShashankVM
Copy link
Collaborator Author

ShashankVM commented Jul 15, 2025

Where did the code come from? Do we need copyright attribution?

I've referred to softfloat GitHub repo. We have this at the top of the fp.idl file already.

# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
# SPDX-License-Identifier: BSD-3-Clause-Clear
%version: 1.0
# Many functions in this file (and all prefixed with softfloat_*) are
# adapted from berkeley-softfloat-3 by John R. Hauser
# (https://github.com/ucb-bar/berkeley-softfloat-3)
# Files in berkely-softfloat-3 repository are licensed under BSD-3-clause.

@ShashankVM ShashankVM added this pull request to the merge queue Jul 16, 2025
Merged via the queue into riscv-software-src:main with commit 38fe438 Jul 16, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants